DebugSymbols

data class DebugSymbols(type: String, externalURL: String?)

Debug symbols available for a wasm script.

Constructors

DebugSymbols
Link copied to clipboard
fun DebugSymbols(type: String, externalURL: String? = null)

Properties

externalURL
Link copied to clipboard
val externalURL: String? = null
URL of the external symbol source.
type
Link copied to clipboard
val type: String
Type of the debug symbols.

Sources

jvm source
Link copied to clipboard